3 From INAV 5 onwards, the Configurator supports wireless connections via Bluetooth Low Energy (BLE) and Wifi (UDP and TCP).
7 The following adapters are supported:
9 - CC2541 based modules (HM1X, HC08/09)
10 - Nordic Semiconductor NRF5340 (Adafruit BLE Shield)
13 Flightcontrollers with BLE should also work, if you have an adapter/FC that doesn't work, open an issue here on Github and we will add it.
15 ### Configuring the BLE modules
16 Activate MSP in INAV on a free UART port and set the Bluetooth module to the appropriate baud rate.
18 Example for a HM-10 module:
20 Connect the module to a USB/UART adapter (remember: RX to TX, TX to RX), and connect it to a serial terminal (e.g. from the Arduino IDE),
21 Standard baud rate is 115200 baud, CR+LF
36 There are many counterfeits of the HC08/09 modules on the market, which work unreliably at high baud rates.
37 However, it is recommended to avoid these modules and to use an original HM-10.
41 Just connect it to the USB port, no further configuration needed.
45 Allows connections via Wifi.
49 This project can be used to make INAV Wifi enabled: https://github.com/Scavanger/MSPWifiBridge
50 A small ESP01S module should still fit anywhere.
53 Should work (via TCP, port 5761), but untested due to lack of hardware from the developer. CLI and presets do not work here, problem in ELRS, not in INAV.